home *** CD-ROM | disk | FTP | other *** search
/ Creative Computers / Creative Computers CD-ROM, Volume 1 (Legendary Design Technologies, Inc.)(1994).iso / shareware / fractals / apfelkiste / apfelkiste2.0 / source / apfelkiste2.0src.lzh / Apf2.h < prev    next >
C/C++ Source or Header  |  1991-07-21  |  626b  |  20 lines

  1. /************************************************************************/
  2. /* Apf2.h --- All the stuff needed for the "About" requester        */
  3. /************************************************************************/
  4.  
  5. struct EasyStruct ES1 = {
  6.     sizeof(struct EasyStruct),
  7.     0,
  8.     "Apfelkiste Version " APFEL_VERSION,
  9.     "Author: Michael Böhnisch,\n"
  10.     "        Löher Str. 2,\n"
  11.     "        4790 Paderborn (Germany)\n"
  12.     "\n"
  13.     "The Program is PD, do with it  what\n"
  14.     "you want, as long as this requester\n"
  15.     "and the docs are left unchanged.\n"
  16.     "\n"
  17.     "Greetings to Massa, Bolle, Lars,\n"
  18.     "Jochen, Raimund, H-G-S & Markus.",
  19.     "DONE" };
  20.